pub type ProxyNativeMethod = JSCFunction;
enum ProxyNativeMethod { None, Some(unsafe extern "C" fn(_: *mut JSContext, _: JSValue, _: i32, _: *mut JSValue) -> JSValue), }
No value.
Some value of type T.
T