pub unsafe fn MsiDatabaseGetPrimaryKeysW<P0, P1>(
    hdatabase: P0,
    sztablename: P1,
    phrecord: *mut MSIHANDLE,
) -> u32
where P0: Param<MSIHANDLE>, P1: Param<PCWSTR>,