pub unsafe fn PsGetPermanentSiloContext<P0>(
    silo: P0,
    contextslot: u32,
    returnedsilocontext: *mut *mut c_void,
) -> NTSTATUS
where P0: Param<PESILO>,