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.
pub unsafe extern "C" fn mongocrypt_binary_destroy(
binary: *mut mongocrypt_binary_t,
)Free the @ref mongocrypt_binary_t.
This does not free the viewed data.
@param[in] binary The mongocrypt_binary_t destroy.