pub unsafe fn JS_GetFunctionLength(
    cx: *mut JSContext,
    fun: HandleFunction<'_>,
    length: *mut u16
) -> bool