PFN_CMSG_ALLOC typedef

PFN_CMSG_ALLOC = Pointer<NativeFunction<Pointer<Void> Function(Size cb)>>

Implementation

typedef PFN_CMSG_ALLOC = ffi.Pointer<ffi.NativeFunction<ffi.Pointer<ffi.Void> Function(ffi.Size cb)>>;