Function windows_sys::Win32::System::Search::SQLColAttributes

pub unsafe extern "system" fn SQLColAttributes(
    hstmt: *mut c_void,
    icol: u16,
    fdesctype: u16,
    rgbdesc: *mut c_void,
    cbdescmax: i16,
    pcbdesc: *mut i16,
    pfdesc: *mut i64,
) -> i16