pub unsafe fn WerRegisterCustomMetadata<P0, P1>(
    key: P0,
    value: P1
) -> Result<()>
where P0: IntoParam<PCWSTR>, P1: IntoParam<PCWSTR>,