pub unsafe fn ucnv_convert<P0, P1, P2, P3>(
    toconvertername: P0,
    fromconvertername: P1,
    target: P2,
    targetcapacity: i32,
    source: P3,
    sourcelength: i32,
    perrorcode: *mut UErrorCode
) -> i32
where P0: IntoParam<PCSTR>, P1: IntoParam<PCSTR>, P2: IntoParam<PCSTR>, P3: IntoParam<PCSTR>,