Type Alias JsMemoryAllocationCallback
pub type JsMemoryAllocationCallback = Option<unsafe extern "system" fn(callbackstate: *const c_void, allocationevent: JsMemoryEventType, allocationsize: usize) -> bool>;Aliased Type§
pub enum JsMemoryAllocationCallback {
None,
Some(unsafe extern "system" fn(*const c_void, JsMemoryEventType, usize) -> bool),
}