pub unsafe fn ures_getStringByKey<P0>(
    resb: *const UResourceBundle,
    key: P0,
    len: *mut i32,
    status: *mut UErrorCode
) -> *mut u16
where P0: IntoParam<PCSTR>,