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