Function mbedtls_ecp_point_write_binary

Source
pub unsafe extern "C" fn mbedtls_ecp_point_write_binary(
    grp: *const mbedtls_ecp_group,
    P: *const mbedtls_ecp_point,
    format: c_int,
    olen: *mut usize,
    buf: *mut c_uchar,
    buflen: usize,
) -> c_int