pub unsafe extern "system" fn SQLGetDescRec(
    descriptorhandle: *mut c_void,
    recnumber: i16,
    name: *mut u8,
    bufferlength: i16,
    stringlengthptr: *mut i16,
    typeptr: *mut i16,
    subtypeptr: *mut i16,
    lengthptr: *mut i64,
    precisionptr: *mut i16,
    scaleptr: *mut i16,
    nullableptr: *mut i16
) -> i16
Expand description

Required features: "Win32_System_Search"