pub unsafe extern "C" fn dr_file_seek(
f: file_t,
offset: int64,
origin: c_int,
) -> bool_Expand description
Sets the current file position for file \p f to \p offset bytes from the specified origin, where \p origin is one of the DR_SEEK_* values. Returns true if successful.