Function NewFunctionByIdWithReserved

Source
pub unsafe extern "C" fn NewFunctionByIdWithReserved(
    cx: *mut JSContext,
    native: Option<unsafe extern "C" fn(*mut JSContext, u32, *mut Value) -> bool>,
    nargs: u32,
    flags: u32,
    id: PropertyKey,
) -> *mut JSFunction