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