#[no_mangle]
pub extern "C" fn pactffi_async_message_new(
) -> *mut AsynchronousMessage
Expand description

Get a mutable pointer to a newly-created default message on the heap.

§Safety

This function is safe.

§Error Handling

Returns NULL on error.