Function windows::Win32::System::Js::JsSetRuntimeMemoryAllocationCallback
pub unsafe fn JsSetRuntimeMemoryAllocationCallback(
runtime: *const c_void,
callbackstate: Option<*const c_void>,
allocationcallback: JsMemoryAllocationCallback,
) -> JsErrorCode