[][src]Type Definition emacs_module::EmacsSubr

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

The type of all Emacs subroutines.