Udf_func_any

Type Alias Udf_func_any 

Source
pub type Udf_func_any = Option<unsafe extern "C" fn()>;
Expand description

Function signature of a void functin (unused)

Aliased Type§

pub enum Udf_func_any {
    None,
    Some(unsafe extern "C" fn()),
}

Variants§

§1.0.0

None

No value.

§1.0.0

Some(unsafe extern "C" fn())

Some value of type T.