ec_point_unwrap

Unwraps a non-zero point into its (x, y) coordinates.

Fully qualified path: core::ec::ec_point_unwrap

pub extern fn ec_point_unwrap(p: NonZeroEcPoint) -> (felt252, felt252) nopanic;