Function botan_hash_init

Source
pub unsafe extern "C" fn botan_hash_init(
    hash: *mut botan_hash_t,
    hash_name: *const c_char,
    flags: u32,
) -> c_int