Function strnlen

Source
pub unsafe extern "C" fn strnlen(
    __s1: *const c_char,
    __n: size_t,
) -> size_t