pub unsafe extern "C" fn dzl_levenshtein(
    needle: *const c_char,
    haystack: *const c_char
) -> c_int