Type Alias wasmtime_c_api::wasmtime_memory_grow_callback_t

source ·
pub type wasmtime_memory_grow_callback_t = extern "C" fn(env: *mut c_void, new_size: usize) -> Option<Box<wasmtime_error_t>>;