H5Tunregister

fnherr_t H5Tunregister(H5T_pers_t pers, const char * name, hid_t src_id, hid_t dst_id, H5T_conv_t func)

Unregisters a datatype conversion function.

Parameters

persPersistence type
nameName of the conversion function (can be NULL)
src_idSource datatype identifier
dst_idDestination datatype identifier
funcConversion function to unregister

Returns

Non-negative on success, negative on failure.