pub unsafe extern "C" fn p256_convert_endianness(
    output: *mut c_void,
    input: *const c_void,
    byte_len: size_t
)
Expand description

Converts endianness by reversing the input value.

The output and input pointers may refer to the same location and have no alignment requirements.