pub fn get_argument_count(
entry_point_function_type: ENTRY_POINT_FUNCTION_TYPE,
) -> Option<u32>
Expand description
Gets argument count from ENTRY_POINT_FUNCTION_TYPE
. for SE, VR.
ยงPanics
If Runtime is AE then panic.
pub fn get_argument_count(
entry_point_function_type: ENTRY_POINT_FUNCTION_TYPE,
) -> Option<u32>
Gets argument count from ENTRY_POINT_FUNCTION_TYPE
. for SE, VR.
If Runtime is AE then panic.