pub unsafe extern "C" fn JS_NewCFunction2(
ctx: *mut JSContext,
func: JSCFunction,
name: *const c_char,
length: c_int,
cproto: JSCFunctionEnum,
magic: c_int,
) -> JSValue
pub unsafe extern "C" fn JS_NewCFunction2(
ctx: *mut JSContext,
func: JSCFunction,
name: *const c_char,
length: c_int,
cproto: JSCFunctionEnum,
magic: c_int,
) -> JSValue