pub unsafe fn Module_num_methods(
self_: Pin<&mut Module>,
method_num_out: &mut usize,
) -> ErrorAvailable on crate features
std and module only.Expand description
Get the number of methods available in the loaded program.
ยงSafety
The method_num_out is valid only if the function returns Error::Ok.