pub unsafe extern "C" fn JS_NewCFunction2( ctx: *mut JSContext, func: Option<unsafe extern "C" fn(*mut JSContext, u64, i32, *mut u64) -> u64>, name: *const i8, length: i32, cproto: u32, magic: i32, ) -> u64