pub unsafe extern "C" fn aeron_network_publication_on_status_message(
    publication: *mut aeron_network_publication_t,
    conductor_proxy: *mut aeron_driver_conductor_proxy_t,
    buffer: *const u8,
    length: usize,
    addr: *mut sockaddr_storage,
)