[][src]Function guile_sys::scm_i_register_vector_constructor

pub unsafe extern "C" fn scm_i_register_vector_constructor(
    type_: SCM,
    ctor: Option<unsafe extern "C" fn(arg1: SCM, arg2: SCM) -> SCM>
)