windows::Win32::System::Diagnostics::Debug

Function RtlInstallFunctionTableCallback

pub unsafe fn RtlInstallFunctionTableCallback<P5>(
    tableidentifier: u64,
    baseaddress: u64,
    length: u32,
    callback: PGET_RUNTIME_FUNCTION_CALLBACK,
    context: Option<*const c_void>,
    outofprocesscallbackdll: P5,
) -> bool
where P5: Param<PCWSTR>,