pub unsafe extern "system-unwind" fn getVSScriptAPI(
version: c_int,
) -> *const VSSCRIPTAPI
Expand description
Returns a struct containing function pointer for the api.
Will return NULL
is the specified version isn’t supported.
It is recommended to always pass VSSCRIPT_API_VERSION
.