pub type JSErrorCallback = Option<unsafe extern "C" fn(userRef: *mut c_void, errorNumber: c_uint) -> *const JSErrorFormatString>;
Aliased Type§
pub enum JSErrorCallback {
None,
Some(unsafe extern "C" fn(*mut c_void, u32) -> *const JSErrorFormatString),
}