Skip to main content

CFArraySetValueAtIndex

Function CFArraySetValueAtIndex 

Source
pub unsafe extern "C-unwind" fn CFArraySetValueAtIndex(
    the_array: Option<&CFMutableArray>,
    idx: CFIndex,
    value: *const c_void,
)
👎Deprecated:

renamed to CFMutableArray::set_value_at_index

Available on crate feature CFArray only.