Function SetOutOfMemoryCallback

Source
pub unsafe extern "C" fn SetOutOfMemoryCallback(
    cx: *mut JSContext,
    cb: OutOfMemoryCallback,
    data: *mut c_void,
)