Function get_grayval_interpolated

Source
pub unsafe extern "C" fn get_grayval_interpolated(
    Image: Hobject,
    Row: f64,
    Column: f64,
    Interpolation: *const c_char,
    Grayval: *mut f64,
) -> Herror