Skip to main content

CFStringReplace

Function CFStringReplace 

Source
pub unsafe extern "C-unwind" fn CFStringReplace(
    the_string: Option<&CFMutableString>,
    range: CFRange,
    replacement: Option<&CFString>,
)
👎Deprecated:

renamed to CFMutableString::replace

Available on crate feature CFString only.