Type Definition rust_htslib::htslib::alloc_func [] [src]

type alloc_func = Option<unsafe extern "C" fn(opaque: voidpf, items: uInt, size: uInt) -> voidpf>;