pub unsafe fn WerRegisterFile<P0>(
    pwzfile: P0,
    regfiletype: WER_REGISTER_FILE_TYPE,
    dwflags: WER_FILE
) -> Result<()>
where P0: IntoParam<PCWSTR>,