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