Skip to main content

CFDataSetLength

Function CFDataSetLength 

Source
pub extern "C-unwind" fn CFDataSetLength(
    the_data: Option<&CFMutableData>,
    length: CFIndex,
)
👎Deprecated:

renamed to CFMutableData::set_length

Available on crate feature CFData only.