pub unsafe extern "C" fn wc_HKDF_Expand(
    type_: c_int,
    inKey: *const byte,
    inKeySz: word32,
    info: *const byte,
    infoSz: word32,
    out: *mut byte,
    outSz: word32
) -> c_int