C1107: Long long bit fields not supported yet

[ERROR]

Description

Long long bit fields are not yet supported.

Example
  struct A {

  
    long long l:64;

  
  };

  
Tips

Do not use long long bit fields.