Function SLHDSA_SHA2_128S_prehash_sign

Source
pub unsafe extern "C" fn SLHDSA_SHA2_128S_prehash_sign(
    out_signature: *mut u8,
    private_key: *const u8,
    hashed_msg: *const u8,
    hashed_msg_len: usize,
    hash_nid: c_int,
    context: *const u8,
    context_len: usize,
) -> c_int