Function gnunet_sys::GNUNET_GETOPT_option_base32_fixed_size[][src]

pub unsafe extern "C" fn GNUNET_GETOPT_option_base32_fixed_size(
    shortName: c_char,
    name: *const c_char,
    argumentHelp: *const c_char,
    description: *const c_char,
    val: *mut c_void,
    val_size: usize
) -> GNUNET_GETOPT_CommandLineOption

Allow user to specify a binary value using Crockford Base32 encoding.

@param shortName short name of the option @param name long name of the option @param argumentHelp help text for the option argument @param description long help text for the option @param[out] val binary value decoded from Crockford Base32-encoded argument @param val_size size of @a val in bytes