Function g_strstr_len

pub unsafe extern "C" fn g_strstr_len(
    haystack: *const i8,
    haystack_len: isize,
    needle: *const i8,
) -> *mut i8