pub unsafe fn JsGetIndexedProperty(
    object: *const c_void,
    index: *const c_void,
    result: *mut *mut c_void
) -> JsErrorCode