pub unsafe extern "cdecl" fn ucol_strcollUTF8(
    coll: *const UCollator,
    source: PCSTR,
    sourcelength: i32,
    target: PCSTR,
    targetlength: i32,
    status: *mut UErrorCode
) -> UCollationResult