emacs-module-0.1.1: Utilities to write Emacs dynamic modules

Copyright(c) Sergey Vinokurov 2018
LicenseBSD3-style (see LICENSE)
Maintainerserg.foo@gmail.com
Safe HaskellNone
LanguageHaskell2010

Data.Emacs.Module.NonNullPtr

Description

 

Documentation

allocaNonNull :: Storable a => (NonNullPtr a -> IO b) -> IO b Source #