pub type DOMInstanceClassHasProtoAtDepth = Option<unsafe extern "C" fn(*const JSClass, u32, u32) -> bool>;
pub enum DOMInstanceClassHasProtoAtDepth { None, Some(unsafe extern "C" fn(*const JSClass, u32, u32) -> bool), }
No value.
Some value of type T.
T