pub unsafe fn ucnv_convert<'a>(
toconvertername: impl IntoParam<'a, PSTR>,
fromconvertername: impl IntoParam<'a, PSTR>,
target: impl IntoParam<'a, PSTR>,
targetcapacity: i32,
source: impl IntoParam<'a, PSTR>,
sourcelength: i32,
perrorcode: *mut UErrorCode,
) -> i32