pub unsafe extern "C" fn GetMagickDimension(
    str_: *const c_char,
    width: *mut f64,
    height: *mut f64,
    xoff: *mut f64,
    yoff: *mut f64
) -> c_int