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

@brief Portability wrapper for close ().

@param[in] handle Valid file 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).