pub unsafe fn set_fai_filename<P: AsRef<Path>>( htsfile: *mut htsFile, fasta_path: P, ) -> Result<()>
Set the reference FAI index path in a htslib::htsFile struct for reading CRAM format.
htslib::htsFile