pub unsafe extern "C" fn wxd_Config_GetPath(
config: *const wxd_ConfigBase_t,
buffer: *mut c_char,
buffer_len: usize,
) -> c_intExpand description
Gets the current path. @param config Pointer to the config object. @param buffer Buffer to store the path. @param buffer_len Length of the buffer. @return Length of the path, or -1 on error.