pub unsafe extern "C" fn p256_point_to_octet_string_compressed(
    out: *mut u8,
    x: *const u32,
    y: *const u32
)
Expand description

Compressed encoding: “02 || Px” if Py is even and “03 || Px” if Py is odd.