pub type JSGCCallback = Option<unsafe extern "C" fn(*mut JSContext, JSGCStatus, GCReason, *mut c_void)>;
pub enum JSGCCallback { None, Some(unsafe extern "C" fn(*mut JSContext, JSGCStatus, GCReason, *mut c_void)), }
No value.
Some value of type T.
T