Type Definition windows_sys::Win32::System::Js::JsNativeFunction
[−]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’