Function cstrstr

Source
pub unsafe extern "C" fn cstrstr(
    __haystack: *const i8,
    __needle: *const i8,
) -> *mut i8