Function wasmer_wasix::syscalls::handle_rewind_ext_with_default
source ยท pub(crate) unsafe fn handle_rewind_ext_with_default<M: MemorySize, T>(
ctx: &mut FunctionEnvMut<'_, WasiEnv>,
type_: HandleRewindType,
) -> Option<T>where
T: DeserializeOwned + Default,