windows::Win32::Globalization

Function ucol_strcollUTF8

pub unsafe fn ucol_strcollUTF8<P1, P3>(
    coll: *const UCollator,
    source: P1,
    sourcelength: i32,
    target: P3,
    targetlength: i32,
    status: *mut UErrorCode,
) -> UCollationResult
where P1: Param<PCSTR>, P3: Param<PCSTR>,