Type Definition scm_t_trampoline_1
guile_sys
type scm_t_trampoline_1 = Option<unsafe extern "C" fn(proc_: SCM, arg1: SCM) -> SCM>;