rust_htslib::htslib

Function aligned_alloc

Source
pub unsafe extern "C" fn aligned_alloc(
    __alignment: u64,
    __size: u64,
) -> *mut c_void