Function mongocrypt_sys::mongocrypt_status_destroy

source ยท
pub unsafe extern "C" fn mongocrypt_status_destroy(
    status: *mut mongocrypt_status_t,
)
Expand description

Free the memory for a status object.

@param[in] status The status to destroy.