pub unsafe extern "C" fn PxPvdTransport_write_mut(
    self_: *mut PxPvdTransport,
    inBytes: *const u8,
    inLength: u32
) -> bool
Expand description

write bytes to the other endpoint of the connection. should lock before witre. If an error occurs this connection will assume to be dead.