Function windows::Wdk::System::SystemServices::PsGetThreadProperty

pub unsafe fn PsGetThreadProperty<P0>(
    thread: P0,
    key: usize,
    flags: u32,
) -> *mut c_void
where P0: Param<PETHREAD>,