sop_verifications_get_mode's out parameter looks wrong
I think it should be sop_sign_as *out instead of sop_sign_as **out because sop_sign_as is a primitive value, not a heap-allocated opaque struct.
I think it should be sop_sign_as *out instead of sop_sign_as **out because sop_sign_as is a primitive value, not a heap-allocated opaque struct.