pub unsafe extern "C" fn ext2fs_casefold_cmp(
    table: *const ext2fs_nls_table,
    str1: *const c_uchar,
    len1: usize,
    str2: *const c_uchar,
    len2: usize
) -> c_int