pub unsafe extern "system" fn SQLGetDescRecA(
    hdesc: *mut c_void,
    irecord: i16,
    szname: *mut u8,
    cbnamemax: i16,
    pcbname: *mut i16,
    pftype: *mut i16,
    pfsubtype: *mut i16,
    plength: *mut i64,
    pprecision: *mut i16,
    pscale: *mut i16,
    pnullable: *mut i16
) -> i16