pub unsafe extern "C" fn mp_int_init_uvalue(
    z: mp_int,
    uvalue: mp_usmall
) -> mp_result
Expand description

Initializes z to the specified unsigned value at default precision.