pub unsafe fn u_charFromName<P0>(
    namechoice: UCharNameChoice,
    name: P0,
    perrorcode: *mut UErrorCode
) -> i32
where P0: IntoParam<PCSTR>,