pub unsafe extern "C" fn dr_file_size( fd: file_t, size: *mut uint64, ) -> bool_
Determines the size of the file \p fd. On success, returns the size in \p size. \return whether successful.