pub unsafe extern "C" fn FSPXI_SetFileSize(
    serviceHandle: Handle,
    file: FSPXI_File,
    size: u64_
) -> Result
Expand description

Set size of a file

§Arguments

  • file - File to set the size of
  • size - Size to set the file to