Type Alias mozjs::jsapi::ObjectPrivateVisitor_GetISupportsFun
source · pub type ObjectPrivateVisitor_GetISupportsFun = Option<unsafe extern "C" fn(_: *mut JSObject, _: *mut *mut nsISupports) -> bool>;
Aliased Type§
enum ObjectPrivateVisitor_GetISupportsFun {
None,
Some(unsafe extern "C" fn(_: *mut JSObject, _: *mut *mut nsISupports) -> bool),
}