Type Alias ScalarFunction

Source
pub type ScalarFunction = unsafe extern "C" fn(argc: i32, _: *const Value) -> Value;