Function JS_IsNativeFunction

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