pub unsafe extern "C" fn FRESetArrayElementAt(
arrayOrVector: *mut c_void,
index: u32,
value: *mut c_void,
) -> FREResultExpand description
§Returns
FREResult::FRE_OKFREResult::FRE_INVALID_OBJECTFREResult::FRE_ILLEGAL_STATEFREResult::FRE_TYPE_MISMATCHIf an attempt is made to set a value in aVectorwhen the type of the value doesn’t match theVector’s item type.FREResult::FRE_WRONG_THREAD