Function rust_htslib::htslib::strstr

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