pub type JSHostPromiseRejectionTracker = Option<unsafe extern "C" fn(*mut JSContext, JSValue, JSValue, bool, *mut c_void)>;Aliased Type§
pub enum JSHostPromiseRejectionTracker {
None,
Some(unsafe extern "C" fn(*mut JSContext, JSValue, JSValue, bool, *mut c_void)),
}