Skip to main content
Git Source Structure used to hold the metadata for foreign calls
struct ForeignCallMetadataStruct {
    string name;
    string foreignCallSignature;
}