rust_htslib::htslib

Function bam_plp_constructor

Source
pub unsafe extern "C" fn bam_plp_constructor(
    plp: *mut bam_plp_s,
    func: Option<unsafe extern "C" fn(_: *mut c_void, _: *const bam1_t, _: *mut bam_pileup_cd) -> i32>,
)