pub unsafe extern "C" fn hdfsBuilderSetUserName(
bld: *mut hdfsBuilder,
userName: *const c_char,
)
Expand description
Set the username to use when connecting to the HDFS cluster.
@param bld The HDFS builder @param userName The user name. The string will be shallow-copied.