Function wasi_common::hostcalls::wasi_common_fd_filestat_set_size

source ยท
#[no_mangle]
pub unsafe extern "C" fn wasi_common_fd_filestat_set_size(
    wasi_ctx: &WasiCtx,
    fd: __wasi_fd_t,
    st_size: __wasi_filesize_t,
) -> __wasi_errno_t