pub unsafe extern "C" fn wc_Curve25519PublicKeyToDer(
    key: *mut curve25519_key,
    output: *mut byte,
    inLen: word32,
    withAlg: c_int
) -> c_int