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,
) -> NTSTATUS
where P0: Param<HANDLE>,