pub type ENetChecksumCallback = Option<unsafe extern "C" fn(buffers: *const ENetBuffer, bufferCount: usize) -> enet_uint32>;Expand description
Callback that computes the checksum of the data held in buffers[0:bufferCount-1]
Aliased Type§
pub enum ENetChecksumCallback {
None,
Some(unsafe extern "C" fn(*const ENetBuffer, usize) -> u32),
}