pub type JsMemoryAllocationCallback = Option<unsafe extern "system" fn(callbackstate: *const c_void, allocationevent: JsMemoryEventType, allocationsize: usize) -> bool>;
Expand description

Required features: "Win32_System_Js"