pub unsafe fn ures_getByKey<P0>(
    resourcebundle: *const UResourceBundle,
    key: P0,
    fillin: *mut UResourceBundle,
    status: *mut UErrorCode
) -> *mut UResourceBundle
where P0: IntoParam<PCSTR>,