Function JsHasIndexedProperty

pub unsafe extern "system" fn JsHasIndexedProperty(
    object: *const c_void,
    index: *const c_void,
    result: *mut bool,
) -> JsErrorCode