pub unsafe fn ures_getUTF8StringByKey<P0, P1>(
    resb: *const UResourceBundle,
    key: P0,
    dest: P1,
    plength: *mut i32,
    forcecopy: i8,
    status: *mut UErrorCode
) -> PCSTR
where P0: IntoParam<PCSTR>, P1: IntoParam<PCSTR>,