BSTR typedef

BSTR = Pointer<OLECHAR>

Implementation

typedef BSTR = ffi.Pointer<OLECHAR>;