pub unsafe extern "C" fn sgx_ecc256_check_point(
    p_point: *const Ec256PublicKey,
    ecc_handle: EccHandle,
    p_valid: *mut i32
) -> SgxStatus