#include #include module Bindings.APR.Base64 where #strict_import #ccall apr_base64_encode_len , CInt -> IO CInt #ccall apr_base64_encode , Ptr CChar -> Ptr CChar -> CInt -> IO CInt #ccall apr_base64_encode_binary, Ptr CChar -> Ptr CUChar -> CInt -> IO CInt #ccall apr_base64_decode_len , Ptr CChar -> IO CInt #ccall apr_base64_decode , Ptr CChar -> Ptr CChar -> IO CInt #ccall apr_base64_decode_binary, Ptr CUChar -> Ptr CChar -> IO CInt