[][src]Function glib_sys::g_compute_hmac_for_string

pub unsafe extern "C" fn g_compute_hmac_for_string(
    digest_type: GChecksumType,
    key: *const u8,
    key_len: size_t,
    str: *const c_char,
    length: ssize_t
) -> *mut c_char