#[no_mangle]
pub extern "C" fn pactffi_sync_message_get_response_contents_length(
    message: *const SynchronousMessage,
    index: size_t
) -> size_t
Expand description

Get the length of the response contents of a SynchronousMessage.

§Safety

This function is safe.

§Error Handling

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