Function mongocrypt_sys::mongocrypt_binary_new

source ยท
pub unsafe extern "C" fn mongocrypt_binary_new() -> *mut mongocrypt_binary_t
Expand description

Create a new non-owning view of a buffer (data + length).

Use this to create a mongocrypt_binary_t used for output parameters.

@returns A new mongocrypt_binary_t.