Function windows::Wdk::System::SystemServices::KeReleaseSemaphore
pub unsafe fn KeReleaseSemaphore<P0>(
semaphore: *mut KSEMAPHORE,
increment: i32,
adjustment: i32,
wait: P0,
) -> i32where
P0: Param<BOOLEAN>,