cl_program typedef

cl_program = Pointer<_cl_program>

Implementation

typedef cl_program = ffi.Pointer<_cl_program>;