pub unsafe extern "system" fn RtlInstallFunctionTableCallback(
    tableidentifier: u64,
    baseaddress: u64,
    length: u32,
    callback: PGET_RUNTIME_FUNCTION_CALLBACK,
    context: *const c_void,
    outofprocesscallbackdll: PCWSTR
) -> BOOLEAN
Expand description

Required features: "Win32_System_Diagnostics_Debug", "Win32_Foundation"