pub unsafe extern "C" fn bcf_hrec_set_val(
    hrec: *mut bcf_hrec_t,
    i: c_int,
    str: *const c_char,
    len: size_t,
    is_quoted: c_int
) -> c_int