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