pub unsafe fn EcOpenSubscription<P0>(
    subscriptionname: P0,
    accessmask: u32,
    flags: u32
) -> isize
where P0: IntoParam<PCWSTR>,