pub unsafe extern "C" fn ECDSA_SIG_to_bytes(
    out_bytes: *mut *mut u8,
    out_len: *mut usize,
    sig: *const ECDSA_SIG
) -> c_int