#[no_mangle]
pub unsafe extern "C" fn ttbc_get_file_md5(
    es: &mut CoreBridgeState<'_>,
    path: *const c_char,
    digest: *mut u8
) -> c_int
Expand description

Calculate the MD5 digest of a Tectonic file.

§Safety

This function is unsafe because it dereferences raw pointers from C.