pub unsafe extern "system" fn SQLGetInfoA(
    hdbc: *mut c_void,
    finfotype: u16,
    rgbinfovalue: *mut c_void,
    cbinfovaluemax: i16,
    pcbinfovalue: *mut i16
) -> i16