pub unsafe extern "C" fn crypto_box_open_detached_afternm( m: *mut u8, c: *const u8, mac: *const [u8; 16], clen: c_ulonglong, n: *const [u8; 24], k: *const [u8; 32], ) -> c_int