Change schema of TSDB functions

Hi! How to move timescale function from public schema to some other?
Will the following option be correct:

ALTER PROCEDURE/FUNCTION name ( [ [ argmode ] [ argname ] argtype [, ...] ] ) SET SCHEMA new_schema;

Or timescale core is linked to installed functions?

Thanks
Best reagards
Denis