LibraryImportAttribute
Attribute used to indicate a source generator should create a function for marshalling
            arguments instead of relying on the runtime to generate an equivalent marshalling function at run-time.
            
                
Gets or sets the name of the entry point to be called.
            
Gets the name of the library containing the import.
            
Gets or sets whether the callee sets an error (SetLastError on Windows or errno
            on other platforms) before returning from the attributed method.
            
Gets or sets how to marshal string arguments to the method.
            
Gets or sets the  Type used to control how string arguments to the method are marshalled.
            
Initializes a new instance of the  LibraryImportAttribute.