Function ucnv_toAlgorithmic
pub unsafe fn ucnv_toAlgorithmic<P2, P4>(
algorithmictype: UConverterType,
cnv: *mut UConverter,
target: P2,
targetcapacity: i32,
source: P4,
sourcelength: i32,
perrorcode: *mut UErrorCode,
) -> i32where
P2: Param<PCSTR>,
P4: Param<PCSTR>,