pub type NativeFunc = extern "C" fn(args: *const Real, n_args: usize) -> Real;
Native function signature