Type Alias windows::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),
}

Variants§

§1.0.0

None

No value.

§1.0.0

Some(unsafe extern "system" fn(_: *const c_void, _: bool, _: *const *const c_void, _: u16, _: *const c_void) -> *mut c_void)

Some value of type T.