pub unsafe fn ucnv_fromAlgorithmic<'a>(
cnv: *mut UConverter,
algorithmictype: UConverterType,
target: impl IntoParam<'a, PSTR>,
targetcapacity: i32,
source: impl IntoParam<'a, PSTR>,
sourcelength: i32,
perrorcode: *mut UErrorCode,
) -> i32