[][src]Function rust_hdfs::hadoopRzOptionsAlloc

pub unsafe extern "C" fn hadoopRzOptionsAlloc() -> *mut hadoopRzOptions

Allocate a zero-copy options structure.

You must free all options structures allocated with this function using hadoopRzOptionsFree.

@return A zero-copy options structure, or NULL if one could not be allocated. If NULL is returned, errno will contain the error number.