pub fn sock_bind<M: Memory>( ctx: &mut WasiCtx, mem: &M, fd: __wasi_fd_t, addr_ptr: WasmPtr<__wasi_address_t>, port: u32, ) -> Result<(), Errno>