public static extern DCPError dcp_get_mode(IntPtr self, out DCPMode mode);
public static DCPError GetMode(IntPtr Handle, out DCPMode Mode) { return Unmanaged.dcp_get_mode(Handle, out Mode); }