pub unsafe fn EcRetrySubscription<P0, P1>(
    subscriptionname: P0,
    eventsourcename: P1,
    flags: u32
) -> BOOL
where P0: IntoParam<PCWSTR>, P1: IntoParam<PCWSTR>,