Function JS_SetDestroyCompartmentCallback

Source
pub unsafe extern "C" fn JS_SetDestroyCompartmentCallback(
    cx: *mut JSContext,
    callback: JSDestroyCompartmentCallback,
)