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