pub type JSErrorCallback = Option<unsafe extern "C" fn(_: *mut c_void, _: u32) -> *const JSErrorFormatString>;
enum JSErrorCallback { None, Some(unsafe extern "C" fn(_: *mut c_void, _: u32) -> *const JSErrorFormatString), }
No value.
Some value of type T.
T