Function CallMethodIfWrapped

Source
pub unsafe extern "C" fn CallMethodIfWrapped(
    cx: *mut JSContext,
    test: Option<unsafe extern "C" fn(Handle<Value>) -> bool>,
    impl_: Option<unsafe extern "C" fn(*mut JSContext, *const CallArgs) -> bool>,
    args: *const CallArgs,
) -> bool