windows::Wdk::System::SystemServices

Function IoAcquireRemoveLockEx

pub unsafe fn IoAcquireRemoveLockEx<P2>(
    removelock: *mut IO_REMOVE_LOCK,
    tag: Option<*const c_void>,
    file: P2,
    line: u32,
    remlocksize: u32,
) -> NTSTATUS
where P2: Param<PCSTR>,