pub type NativeImpl = Option<unsafe extern "C" fn(cx: *mut JSContext, args: *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