#include #include module Bindings.APR.StrMatch where #strict_import import Bindings.APR import Bindings.APR.Pools #starttype struct apr_strmatch_pattern # field compare, FunPtr (Ptr -> Ptr CChar -> -> IO (Ptr CChar)) # field pattern, Ptr CChar # field length , # field context, Ptr () #stoptype #cinline apr_strmach, Ptr -> Ptr CChar -> -> IO (Ptr CChar) #ccall apr_strmatch_precompile, Ptr -> Ptr CChar -> CInt -> IO (Ptr )