pub unsafe extern "C" fn FSPXI_GetSpecialFileSize(
    serviceHandle: Handle,
    fileSize: *mut u64_
) -> Result
Expand description

Gets the size of a special file.

§Arguments

  • fileSize - Pointer to output the size to.