pub unsafe extern "C" fn strnlen(
    _String: *const c_char,
    _MaxCount: size_t
) -> size_t