Function JS_GetFastArray

Source
pub unsafe extern "C" fn JS_GetFastArray(
    ctx: *mut JSContext,
    obj: JSValue,
    arrpp: *mut *mut JSValue,
    countp: *mut u32,
) -> c_int