H5Tunregister
fn
herr_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
pers | Persistence type |
name | Name of the conversion function (can be NULL) |
src_id | Source datatype identifier |
dst_id | Destination datatype identifier |
func | Conversion function to unregister |
Returns
Non-negative on success, negative on failure.