pub unsafe extern "C" fn mp_int_init_value(
    z: mp_int,
    value: mp_small
) -> mp_result
Expand description

Initializes z to the specified signed value at default precision.