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