#[no_mangle]
pub extern "C" fn wasmtime_context_set_epoch_deadline(
    store: CStoreContextMut<'_>,
    ticks_beyond_current: u64
)