LSSharedFileListInsertItemURL

Function LSSharedFileListInsertItemURL 

Source
pub unsafe extern "C-unwind" fn LSSharedFileListInsertItemURL(
    in_list: &LSSharedFileList,
    insert_after_this_item: &LSSharedFileListItem,
    in_display_name: Option<&CFString>,
    in_icon_ref: IconRef,
    in_url: &CFURL,
    in_properties_to_set: Option<&CFDictionary>,
    in_properties_to_clear: Option<&CFArray>,
) -> Option<CFRetained<LSSharedFileListItem>>
👎Deprecated: renamed to LSSharedFileList::insert_item_url
Available on crate features IconsCore and LSSharedFileList and LaunchServices only.