pub unsafe extern "C" fn wxd_Window_GetClassName(
window: *const wxd_Window_t,
outName: *mut c_char,
maxLen: usize,
) -> c_intExpand description
@brief Get the wxWidgets class name of the window. The returned value is the length of the class name (excluding null terminator), or -1 on error. If outName is not null and maxLen > 0, the class name is copied into outName up to maxLen - 1 characters, and null-terminated.