Function windows::Wdk::System::SystemServices::ExSecurePoolUpdate
pub unsafe fn ExSecurePoolUpdate<P0>(
securepoolhandle: P0,
tag: u32,
allocation: *const c_void,
cookie: usize,
offset: usize,
size: usize,
buffer: *const c_void,
) -> NTSTATUSwhere
P0: Param<HANDLE>,