pub fn link_program_dynamic<C>(
program: &VerifiedEbpfProgram,
maps: Vec<C::Map>,
) -> Result<EbpfProgram<C, DynamicTypeChecker>, EbpfError>where
C: EbpfProgramContext + StaticHelperSet,Expand description
Same as above, but allows to check argument types in runtime instead of in link time.