Tcl_CreateAliasObj

Function Tcl_CreateAliasObj 

Source
pub unsafe extern "C" fn Tcl_CreateAliasObj(
    childInterp: *mut Tcl_Interp,
    childCmd: *const c_char,
    target: *mut Tcl_Interp,
    targetCmd: *const c_char,
    objc: c_int,
    objv: *const *mut Tcl_Obj,
) -> c_int