pub unsafe extern "system" fn SQLGetDescRecW(
    hdesc: *mut c_void,
    irecord: i16,
    szname: *mut u16,
    cchnamemax: i16,
    pcchname: *mut i16,
    pftype: *mut i16,
    pfsubtype: *mut i16,
    plength: *mut i64,
    pprecision: *mut i16,
    pscale: *mut i16,
    pnullable: *mut i16
) -> i16