pub unsafe extern "C" fn burn_read_opts_set_c2errors(
opts: *mut burn_read_opts,
c2errors: c_int,
)Expand description
Sets whether to report c2 errors or not
@param opts The read opts to change
@param c2errors If non-zero, report c2 errors.
pub unsafe extern "C" fn burn_read_opts_set_c2errors(
opts: *mut burn_read_opts,
c2errors: c_int,
)Sets whether to report c2 errors or not
@param opts The read opts to change
@param c2errors If non-zero, report c2 errors.