Type Alias U64Fn

Source
pub type U64Fn<T> = fn(&str, u64, &Environment<T>, &mut T) -> bool;