Function wasmtime_context_set_fuel

Source
#[unsafe(no_mangle)]
pub extern "C" fn wasmtime_context_set_fuel(
    store: WasmtimeStoreContextMut<'_>,
    fuel: u64,
) -> Option<Box<wasmtime_error_t>>