pub unsafe extern "C" fn vmdPowr(
    n: c_int,
    a: *const f64,
    b: *const f64,
    r: *mut f64,
    mode: c_longlong
)