pub unsafe extern "C" fn xmtp_client_create(
opts: *const XmtpFfiClientOptions,
out: *mut *mut XmtpFfiClient,
) -> i32Expand description
Create a new XMTP client. Caller must free with xmtp_client_free.
pub unsafe extern "C" fn xmtp_client_create(
opts: *const XmtpFfiClientOptions,
out: *mut *mut XmtpFfiClient,
) -> i32Create a new XMTP client. Caller must free with xmtp_client_free.