// Locks a datatype. // herr_t H5Tlock( hid_t dtype_id ) func (t *DataType) Lock() error { return togo_err(C.H5Tlock(t.id)) }
// Lock locks a datatype. func (t *Datatype) Lock() error { return h5err(C.H5Tlock(t.id)) }