Skip to main content

CFStringTransform

Function CFStringTransform 

Source
pub unsafe extern "C-unwind" fn CFStringTransform(
    string: Option<&CFMutableString>,
    range: *mut CFRange,
    transform: Option<&CFString>,
    reverse: bool,
) -> bool
👎Deprecated:

renamed to CFMutableString::transform

Available on crate feature CFString only.