pub unsafe extern "C" fn mongocrypt_status_code(
status: *mut mongocrypt_status_t,
) -> u32Expand description
Get an error code or 0.
@param[in] status The status object.
@returns An error code.
pub unsafe extern "C" fn mongocrypt_status_code(
status: *mut mongocrypt_status_t,
) -> u32Get an error code or 0.
@param[in] status The status object.
@returns An error code.