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