Function windows_sys::Win32::System::Search::SQLPrimaryKeys
pub unsafe extern "system" fn SQLPrimaryKeys(
hstmt: *mut c_void,
szcatalogname: *const u8,
cchcatalogname: i16,
szschemaname: *const u8,
cchschemaname: i16,
sztablename: *const u8,
cchtablename: i16,
) -> i16