pub unsafe extern "C" fn crypto_blake2b(
    hash: *mut u8,
    hash_size: usize,
    message: *const u8,
    message_size: usize
)