module documentation

This modules contains the Pointer type.

Class Pointer A type constructor that accepts a type T as parameter and builds the type representing "a pointer to T" (T*).
Function check_incompatible Undocumented
Function _underlying_type_from_size Undocumented
def check_incompatible(arg0, arg1):

Undocumented

def _underlying_type_from_size(size):

Undocumented

Parameters
size:_Optional[int]Undocumented
Returns
TypeUndocumented