Function core_foundation::data::CFDataReplaceBytes

source ยท
pub unsafe extern "C" fn CFDataReplaceBytes(
    theData: *mut __CFData,
    range: CFRange,
    newBytes: *const u8,
    newLength: isize,
)