Type Alias mozjs::jsapi::JSDestroyZoneCallback
source · pub type JSDestroyZoneCallback = Option<unsafe extern "C" fn(_: *mut GCContext, _: *mut Zone)>;
Aliased Type§
enum JSDestroyZoneCallback {
None,
Some(unsafe extern "C" fn(_: *mut GCContext, _: *mut Zone)),
}