Function windows::Win32::System::Threading::ReleaseSemaphore

pub unsafe fn ReleaseSemaphore<P0>(
    hsemaphore: P0,
    lreleasecount: i32,
    lppreviouscount: Option<*mut i32>,
) -> Result<()>
where P0: Param<HANDLE>,