Function guile_sys::scm_c_call_with_current_module [] [src]

pub unsafe extern "C" fn scm_c_call_with_current_module(
    module: SCM,
    func: Option<unsafe extern "C" fn(_: *mut c_void) -> SCM>,
    data: *mut c_void
) -> SCM