Type Alias func_t

Source
pub type func_t = func_s;

Aliased Type§

struct func_t {
    pub ptr: [*mut c_void; 4],
}

Fields§

§ptr: [*mut c_void; 4]