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