pub unsafe fn call_register_func<F: FilterFunction>(
vspapi: *const VSPLUGINAPI,
plugin: *mut VSPlugin,
filter_function: F,
)Expand description
Registers the filter F.
This function is for internal use only.
ยงSafety
The caller must ensure the pointers are valid.