pub unsafe extern "C" fn ucp_rkey_buffer_release(
rkey_buffer: *mut c_void,
)Expand description
@ingroup UCP_MEM @brief Release packed remote key buffer.
This routine releases the buffer that was allocated using @ref ucp_rkey_pack “ucp_rkey_pack()”.
@warning @li Once memory is released an access to the memory may cause a failure. @li If the input memory address was not allocated using @ref ucp_rkey_pack “ucp_rkey_pack()” routine the behaviour of this routine is undefined.
@param [in] rkey_buffer Buffer to release.