rust_htslib::htslib

Function memchr

Source
pub unsafe extern "C" fn memchr(
    __s: *const c_void,
    __c: i32,
    __n: u64,
) -> *mut c_void