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