[][src]Function rust_htslib::htslib::posix_memalign

pub unsafe extern "C" fn posix_memalign(
    __memptr: *mut *mut c_void,
    __alignment: u64,
    __size: u64
) -> i32