pub unsafe extern "C" fn alpm_option_set_sandboxuser(
handle: *mut alpm_handle_t,
sandboxuser: *const c_char,
) -> c_int
Expand description
Sets the user to switch to for sensitive operations. @param handle the context handle @param sandboxuser the user to set