pub unsafe extern "C" fn FSFILE_OpenSubFile(
handle: Handle,
subFile: *mut Handle,
offset: u64_,
size: u64_,
) -> ResultExpand description
Opens a handle to a sub-section of a file.
ยงArguments
handle- Handle of the file.subFile- Pointer to output the sub-file to.offset- Offset of the sub-section.size- Size of the sub-section.