scm_pointer_to_procedure

Function scm_pointer_to_procedure 

Source
pub unsafe extern "C" fn scm_pointer_to_procedure(
    return_type: SCM,
    func_ptr: SCM,
    arg_types: SCM,
) -> SCM