pub fn fd_sync<M: Memory>(
    ctx: &mut WasiCtx,
    _mem: &mut M,
    fd: __wasi_fd_t
) -> Result<(), Errno>