Function windows::Win32::System::Diagnostics::Debug::RtlInstallFunctionTableCallback
pub unsafe fn RtlInstallFunctionTableCallback<P0>(
tableidentifier: u64,
baseaddress: u64,
length: u32,
callback: PGET_RUNTIME_FUNCTION_CALLBACK,
context: Option<*const c_void>,
outofprocesscallbackdll: P0,
) -> BOOLEANwhere
P0: Param<PCWSTR>,