pub unsafe extern "cdecl" fn ures_getUTF8StringByIndex(
    resb: *const UResourceBundle,
    stringindex: i32,
    dest: PCSTR,
    plength: *mut i32,
    forcecopy: i8,
    status: *mut UErrorCode,
) -> PCSTR