pub unsafe fn BeginUpdateResourceW<P0, P1>(
    pfilename: P0,
    bdeleteexistingresources: P1
) -> Result<HANDLE>
where P0: IntoParam<PCWSTR>, P1: IntoParam<BOOL>,