Function windows::Win32::System::Threading::OpenEventA
pub unsafe fn OpenEventA<P0, P1>(
dwdesiredaccess: SYNCHRONIZATION_ACCESS_RIGHTS,
binherithandle: P0,
lpname: P1,
) -> Result<HANDLE>where
P0: Param<BOOL>,
P1: Param<PCSTR>,