#[no_mangle]
pub unsafe extern "C" fn emacs_module_init(
    runtime: *mut emacs_runtime
) -> c_int
Expand description

Entry point for Emacs’s module loader.