TranslationPerformForURL

Function TranslationPerformForURL 

Source
pub unsafe extern "C-unwind" fn TranslationPerformForURL(
    in_translation: &Translation,
    in_source_url: Option<&CFURL>,
    in_destination_url: Option<&CFURL>,
    out_translated_url: *mut *const CFURL,
) -> u32
👎Deprecated: renamed to Translation::perform_for_url
Available on crate feature TranslationServices only.