NumMathFunc

Type Alias NumMathFunc 

Source
pub type NumMathFunc = Option<unsafe extern "C" fn(arg1: *mut c_char, arg2: c_int, arg3: *mut mnumber, arg4: c_int) -> mnumber>;

Aliased Type§

pub enum NumMathFunc {
    None,
    Some(unsafe extern "C" fn(*mut i8, i32, *mut mnumber, i32) -> mnumber),
}

Variants§

§1.0.0

None

No value.

§1.0.0

Some(unsafe extern "C" fn(*mut i8, i32, *mut mnumber, i32) -> mnumber)

Some value of type T.