Function wasmtime_c_api::wasmtime_context_get_fuel

source ·
#[no_mangle]
pub extern "C" fn wasmtime_context_get_fuel(
    store: CStoreContext<'_>,
    fuel: &mut u64
) -> Option<Box<wasmtime_error_t>>