Function godot::global::remap

pub fn remap(
    value: f64,
    istart: f64,
    istop: f64,
    ostart: f64,
    ostop: f64,
) -> f64