Function windows_sys::Win32::System::Search::SQLColumns
pub unsafe extern "system" fn SQLColumns(
statementhandle: *mut c_void,
catalogname: *const u8,
namelength1: i16,
schemaname: *const u8,
namelength2: i16,
tablename: *const u8,
namelength3: i16,
columnname: *const u8,
namelength4: i16
) -> i16