Type Alias windows::Win32::System::Rpc::PRPC_RUNDOWN
pub type PRPC_RUNDOWN = Option<unsafe extern "system" fn(associationcontext: *mut c_void)>;
Aliased Type§
enum PRPC_RUNDOWN {
None,
Some(unsafe extern "system" fn(_: *mut c_void)),
}