Type Definition guile_sys::scm_t_finalizer_proc [] [src]

type scm_t_finalizer_proc = Option<unsafe extern "C" fn(_: *mut c_void, _: *mut c_void)>;