#[no_mangle]
pub extern "C" fn pactffi_async_message_get_contents_length(
    message: *const AsynchronousMessage
) -> size_t
Expand description

Get the length of the contents of a AsynchronousMessage.

§Safety

This function is safe.

§Error Handling

If the message is NULL, returns 0. If the body of the request is missing, then this function also returns 0.