public static extern void DapiCANSendPacket(uint handle, [In, Out] DAPI_CAN_MESSAGE_STRUCT can_msg);
public static extern uint DapiCANGetPacket(uint handle, uint message_box_nr, [In, Out] DAPI_CAN_MESSAGE_STRUCT can_msg);