Skip to main content

CFDataAppendBytes

Function CFDataAppendBytes 

Source
pub unsafe extern "C-unwind" fn CFDataAppendBytes(
    the_data: Option<&CFMutableData>,
    bytes: *const u8,
    length: CFIndex,
)
👎Deprecated:

renamed to CFMutableData::append_bytes

Available on crate feature CFData only.