pub unsafe extern "system" fn RtlAddFunctionTable(
    functiontable: *const IMAGE_RUNTIME_FUNCTION_ENTRY,
    entrycount: u32,
    baseaddress: u64
) -> BOOLEAN
Expand description

Required features: "Win32_System_Diagnostics_Debug", "Win32_Foundation"