pub unsafe extern "system" fn SQLForeignKeysW(
    hstmt: *mut c_void,
    szpkcatalogname: *const u16,
    cchpkcatalogname: i16,
    szpkschemaname: *const u16,
    cchpkschemaname: i16,
    szpktablename: *const u16,
    cchpktablename: i16,
    szfkcatalogname: *const u16,
    cchfkcatalogname: i16,
    szfkschemaname: *const u16,
    cchfkschemaname: i16,
    szfktablename: *const u16,
    cchfktablename: i16
) -> i16
Expand description

Required features: "Win32_System_Search"