pub unsafe fn MsiDatabaseExportW<P0, P1, P2, P3>(
    hdatabase: P0,
    sztablename: P1,
    szfolderpath: P2,
    szfilename: P3
) -> u32
where P0: IntoParam<MSIHANDLE>, P1: IntoParam<PCWSTR>, P2: IntoParam<PCWSTR>, P3: IntoParam<PCWSTR>,