Function CreateMutexA
pub unsafe fn CreateMutexA<P2>(
lpmutexattributes: Option<*const SECURITY_ATTRIBUTES>,
binitialowner: bool,
lpname: P2,
) -> Result<HANDLE>where
P2: Param<PCSTR>,
pub unsafe fn CreateMutexA<P2>(
lpmutexattributes: Option<*const SECURITY_ATTRIBUTES>,
binitialowner: bool,
lpname: P2,
) -> Result<HANDLE>where
P2: Param<PCSTR>,