Macro curryrs::unsafe_ffi [] [src]

macro_rules! unsafe_ffi {
    ($(fn $i:ident($($arg:ident: $argty:ty),*) -> $ret:ty {
		$($body:stmt);*
	})*) => { ... };
}

All functions with this will have an unsafe import in Haskell