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