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