module Concurrency:sig..end
val has_replacement : string -> boolGiven the name of C library function return true if there is a drop-in replacement function for it in the RTL.
val replacement_name : string -> stringGiven the name of C library function return the name of the RTL function that potentially replaces it.