Function Module_load

Source
pub unsafe extern "C" fn Module_load(
    this: *mut Module,
    verification: Program_Verification,
) -> Error
Expand description

Loads the program if needed.

@param[in] verification The type of verification to do before returning success.

@returns An Error to indicate success or failure of the loading process.