pub unsafe extern "C" fn JS_GetFunctionLength(
    cx: *mut JSContext,
    fun: HandleFunction,
    length: *mut u16
) -> bool