Type Alias 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>;
Aliased Type§
enum JsNativeFunction {
None,
Some(unsafe extern "system" fn(_: *const c_void, _: bool, _: *const *const c_void, _: u16, _: *const c_void) -> *mut c_void),
}