CFCharacterSetCreateWithBitmapRepresentation

Function CFCharacterSetCreateWithBitmapRepresentation 

Source
pub unsafe extern "C-unwind" fn CFCharacterSetCreateWithBitmapRepresentation(
    alloc: Option<&CFAllocator>,
    the_data: Option<&CFData>,
) -> Option<CFRetained<CFCharacterSet>>
👎Deprecated: renamed to CFCharacterSet::with_bitmap_representation
Available on crate features CFCharacterSet and CFData only.