pub unsafe extern "C" fn syscall_secp256r1_decompress( point: &mut [u8; 64], is_odd: bool, )
Executes an Secp256r1 curve decompression on the given point.