pub unsafe extern "C" fn mbedtls_ecp_point_init(
    pt: *mut mbedtls_ecp_point
)
Expand description

\brief This function initializes a point as zero.

\param pt The point to initialize.