Skip to main content

CFDataIncreaseLength

Function CFDataIncreaseLength 

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

renamed to CFMutableData::increase_length

Available on crate feature CFData only.