NativeFunc

Type Alias NativeFunc 

Source
pub type NativeFunc = extern "C" fn(args: *const Real, n_args: usize) -> Real;
Expand description

Native function signature