Function mongocrypt_sys::mongocrypt_ctx_state
source ยท pub unsafe extern "C" fn mongocrypt_ctx_state(
ctx: *mut mongocrypt_ctx_t,
) -> mongocrypt_ctx_state_t
Expand description
Get the current state of a context.
@param[in] ctx The @ref mongocrypt_ctx_t object. @returns A @ref mongocrypt_ctx_state_t.