Function unproject_coordinates

Source
pub unsafe extern "C" fn unproject_coordinates(
    Image: Hobject,
    WindowHandle: Hlong,
    Row: f64,
    Column: f64,
    ImageRow: *mut Hlong,
    ImageColumn: *mut Hlong,
    Height: *mut Hlong,
) -> Herror