pub unsafe extern "C" fn tr_sys_dir_close(
    handle: tr_sys_dir_t,
    error: *mut *mut tr_error
) -> u8
Expand description

@brief Portability wrapper for closedir ().

@param[in] handle Valid directory descriptor. @param[out] error Pointer to error object. Optional, pass NULL if you are not interested in error details.

@return True on success, false otherwise (with error set accordingly).