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