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