Function NSGetFileTypes

Source
pub unsafe extern "C-unwind" fn NSGetFileTypes(
    pboard_types: &NSArray<NSPasteboardType>,
) -> Option<Retained<NSArray<NSString>>>
Available on crate feature NSPasteboard only.