Function windows_sys::Win32::UI::WindowsAndMessaging::CreateMDIWindowA

pub unsafe extern "system" fn CreateMDIWindowA(
    lpclassname: PCSTR,
    lpwindowname: PCSTR,
    dwstyle: WINDOW_STYLE,
    x: i32,
    y: i32,
    nwidth: i32,
    nheight: i32,
    hwndparent: HWND,
    hinstance: HINSTANCE,
    lparam: LPARAM,
) -> HWND