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