Safe Haskell | Safe-Inferred |
---|---|
Language | Haskell2010 |
Documentation
unsafeUseByteString :: ByteString -> ((Ptr a, CSize) -> IO b) -> IO b Source #
useByteString :: ByteString -> ((Ptr a, CSize) -> IO b) -> IO b Source #
unsafePackByteString :: (Ptr a, CSize) -> IO ByteString Source #
packByteString :: (Ptr a, CSize) -> IO ByteString Source #