Function mozjs_sys::jsapi::JS::SetOutOfMemoryCallback

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