pub unsafe fn NdisAcquireReadWriteLock<P0>(
    lock: *mut NDIS_RW_LOCK,
    fwrite: P0,
    lockstate: *mut LOCK_STATE
)
where P0: Param<BOOLEAN>,