Function strnstr

Source
pub unsafe extern "C" fn strnstr(
    __big: *const c_char,
    __little: *const c_char,
    __len: size_t,
) -> *mut c_char