#include #include module Bindings.AudioFile.PVList where #strict_import #num AU_PVTYPE_LONG #num AU_PVTYPE_DOUBLE #num AU_PVTYPE_PTR #opaque_t _AUpvlist #synonym_t AUpvlist, Ptr <_AUpvlist> #pointer AU_NULL_PVLIST #ccall AUpvnew , CInt -> IO #ccall AUpvgetmaxitems, -> IO CInt #ccall AUpvfree , -> IO CInt #ccall AUpvsetparam , -> CInt -> IO CInt #ccall AUpvsetvaltype , -> CInt -> CInt -> IO CInt #ccall AUpvsetval , -> CInt -> Ptr () -> IO CInt #ccall AUpvgetparam , -> CInt -> Ptr CInt -> IO CInt #ccall AUpvgetvaltype , -> CInt -> Ptr CInt -> IO CInt #ccall AUpvgetval , -> CInt -> Ptr () -> IO CInt