Function scm_string_fold

Source
pub unsafe extern "C" fn scm_string_fold(
    kons: SCM,
    knil: SCM,
    s: SCM,
    start: SCM,
    end: SCM,
) -> SCM