pub unsafe extern "C" fn JS_IsNativeFunction(
    funobj: *mut JSObject,
    call: Option<unsafe extern "C" fn(_: *mut JSContext, _: u32, _: *mut Value) -> bool>
) -> bool