pub unsafe extern "C" fn execute_generator(
cmd: *const c_char,
) -> c_intExpand description
Execute cmd using config.run_command and outputs the result (stdout) to the opened file
descriptor.
Returns a valid file descriptor on success, or -1 on failure.