windows::Win32::Globalization

Function ures_getUTF8StringByIndex

pub unsafe fn ures_getUTF8StringByIndex<P2>(
    resb: *const UResourceBundle,
    stringindex: i32,
    dest: P2,
    plength: *mut i32,
    forcecopy: i8,
    status: *mut UErrorCode,
) -> PCSTR
where P2: Param<PCSTR>,