#[no_mangle]
pub unsafe extern "C" fn ttbc_output_open(
    es: &mut CoreBridgeState<'_>,
    name: *const c_char,
    is_gz: c_int
) -> *mut OutputHandle
Expand description

Open a Tectonic file for output.

§Safety

This function is unsafe because it accepts a raw C string.