windows::Win32::Globalization

Function ucnv_fromAlgorithmic

pub unsafe fn ucnv_fromAlgorithmic<P2, P4>(
    cnv: *mut UConverter,
    algorithmictype: UConverterType,
    target: P2,
    targetcapacity: i32,
    source: P4,
    sourcelength: i32,
    perrorcode: *mut UErrorCode,
) -> i32
where P2: Param<PCSTR>, P4: Param<PCSTR>,