Function ucol_strcollUTF8
pub unsafe fn ucol_strcollUTF8<P1, P3>(
coll: *const UCollator,
source: P1,
sourcelength: i32,
target: P3,
targetlength: i32,
status: *mut UErrorCode,
) -> UCollationResultwhere
P1: Param<PCSTR>,
P3: Param<PCSTR>,