Function mongocrypt_sys::mongocrypt_binary_destroy

source ยท
pub unsafe extern "C" fn mongocrypt_binary_destroy(
    binary: *mut mongocrypt_binary_t,
)
Expand description

Free the @ref mongocrypt_binary_t.

This does not free the viewed data.

@param[in] binary The mongocrypt_binary_t destroy.