internal static extern void CRhinoFileReadOptions_SetBool(IntPtr pOptions, FileReadOptionsBoolConsts which, [MarshalAs(UnmanagedType.U1)]bool val);
 internal static extern bool CRhinoFileReadOptions_GetBool(IntPtr pOptions, FileReadOptionsBoolConsts which);