[][src]Function winapi::um::winnt::RtlInstallFunctionTableCallback

pub unsafe extern "system" fn RtlInstallFunctionTableCallback(
    TableIdentifier: DWORD64,
    BaseAddress: DWORD64,
    Length: DWORD,
    Callback: PGET_RUNTIME_FUNCTION_CALLBACK,
    Context: PVOID,
    OutOfProcessCallbackDll: PCWSTR
) -> BOOLEAN