RtlSizeOfRetpolineIndirectFixup

INT64 __fastcall RtlSizeOfRetpolineIndirectFixup(UINT16 *a1){
  int v1; 
  v1 = *a1;
  if( (v1 & 0x4000) != 0 )
    return(v1 | 0xC000u) >> 13;
  else
    return 5i64;
}

Referenced by:

RtlCreateRetpolineRelocationInformation
RtlpConstructIndirectRelocationFixup