#[unsafe(no_mangle)]pub unsafe extern "C" fn xila_file_system_set_position(
file: XilaFileIdentifier,
offset: i64,
whence: XilaFileSystemWhence,
position: *mut XilaFileSystemSize,
) -> XilaFileSystemResultExpand description
This function is used to set the position in a file.
ยงSafety
This function is unsafe because it dereferences raw pointers.