pub type JsNativeFunction = Option<unsafe extern "system" fn(callee: *const c_void, isconstructcall: bool, arguments: *const *const c_void, argumentcount: u16, callbackstate: *const c_void) -> *mut c_void>;
Expand description

Required features: "Win32_System_Js"