Function strnlen

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