pub unsafe fn uregex_groupNumberFromCName<P0>(
    regexp: *mut URegularExpression,
    groupname: P0,
    namelength: i32,
    status: *mut UErrorCode
) -> i32
where P0: IntoParam<PCSTR>,