Function guile_sys::scm_make_smob_type_mfpe [] [src]

pub unsafe extern "C" fn scm_make_smob_type_mfpe(
    name: *mut c_char,
    size: size_t,
    mark: Option<extern "C" fn(_: SCM) -> SCM>,
    free: Option<extern "C" fn(_: SCM) -> size_t>,
    print: Option<unsafe extern "C" fn(_: SCM, _: SCM, _: *mut scm_print_state) -> c_int>,
    equalp: Option<extern "C" fn(_: SCM, _: SCM) -> SCM>
) -> c_long