Tcl_GetDoubleFromObj

Function Tcl_GetDoubleFromObj 

Source
pub unsafe extern "C" fn Tcl_GetDoubleFromObj(
    interp: *mut Tcl_Interp,
    objPtr: *mut Tcl_Obj,
    doublePtr: *mut f64,
) -> c_int