Function NSFileTypeForHFSTypeCode

Source
pub unsafe extern "C-unwind" fn NSFileTypeForHFSTypeCode(
    hfs_file_type_code: u32,
) -> Option<Retained<NSString>>
Available on crate features NSHFSFileTypes and NSString only.