windows::Win32::Globalization

Function ucasemap_utf8ToTitle

pub unsafe fn ucasemap_utf8ToTitle<P1, P3>(
    csm: *mut UCaseMap,
    dest: P1,
    destcapacity: i32,
    src: P3,
    srclength: i32,
    perrorcode: *mut UErrorCode,
) -> i32
where P1: Param<PCSTR>, P3: Param<PCSTR>,