Type Definition emacs_module::EmacsSubr[][src]

pub type EmacsSubr = unsafe extern "C" fn(env: *mut emacs_env, nargs: isize, args: *mut emacs_value, data: *mut c_void) -> emacs_value;
Expand description

The type of all Emacs subroutines.