Clearsilver.CSTContext.cs_register_fileload C# (CSharp) Method

cs_register_fileload() private method

private cs_register_fileload ( CSPARSE csp, void ctx, [ cb ) : void
csp CSPARSE
ctx void
cb [
return void
        static unsafe extern void cs_register_fileload(CSPARSE* csp, void* ctx,
               [MarshalAs(UnmanagedType.FunctionPtr)] CSFILELOAD cb);