pub unsafe fn ucol_strcollUTF8<P0, P1>(
    coll: *const UCollator,
    source: P0,
    sourcelength: i32,
    target: P1,
    targetlength: i32,
    status: *mut UErrorCode
) -> UCollationResult
where P0: IntoParam<PCSTR>, P1: IntoParam<PCSTR>,