Function windows::Win32::System::Diagnostics::Debug::EncodeRemotePointer
pub unsafe fn EncodeRemotePointer<P0>(
processhandle: P0,
ptr: Option<*const c_void>,
encodedptr: *mut *mut c_void,
) -> Result<()>where
P0: Param<HANDLE>,