Type Definition s7_sys::s7_function

source ·
pub type s7_function = Option<unsafe extern "C" fn(sc: *mut s7_scheme, args: s7_pointer) -> s7_pointer>;