#include #include module Bindings.APR.UUID where #strict_import import Bindings.APR.ErrNo #starttype apr_uuid_t # array_field data, CUChar #stoptype #num APR_UUID_FORMATTED_LENGTH #ccall apr_uuid_get , Ptr -> IO () #ccall apr_uuid_format, Ptr CChar -> Ptr -> IO () #ccall apr_uuid_parse , Ptr -> Ptr CChar -> IO