Function windows_sys::Win32::System::Search::SQLColAttribute

pub unsafe extern "system" fn SQLColAttribute(
    statementhandle: *mut c_void,
    columnnumber: u16,
    fieldidentifier: u16,
    characterattribute: *mut c_void,
    bufferlength: i16,
    stringlength: *mut i16,
    numericattribute: *mut i64,
) -> i16