pub unsafe fn u_charName<P0>(
    code: i32,
    namechoice: UCharNameChoice,
    buffer: P0,
    bufferlength: i32,
    perrorcode: *mut UErrorCode
) -> i32
where P0: IntoParam<PCSTR>,