#[no_mangle]
pub unsafe extern "C" fn ttbc_output_write(
    es: &mut CoreBridgeState<'_>,
    handle: *mut OutputHandle,
    data: *const u8,
    len: size_t
) -> size_t
Expand description

Write data to a Tectonic output file.

§Safety

This function is unsafe because it dereferences raw C pointers.