Type Definition emacs_module::EmacsSubr [] [src]

type EmacsSubr = unsafe extern "C" fn(_: *mut emacs_env, _: ptrdiff_t, _: *mut emacs_value, _: *mut c_void) -> emacs_value;

The type of all Emacs subroutines.