pub unsafe fn CreateMDIWindowA<'a>(
lpclassname: impl IntoParam<'a, PSTR>,
lpwindowname: impl IntoParam<'a, PSTR>,
dwstyle: WINDOW_STYLE,
x: i32,
y: i32,
nwidth: i32,
nheight: i32,
hwndparent: impl IntoParam<'a, HWND>,
hinstance: impl IntoParam<'a, HINSTANCE>,
lparam: impl IntoParam<'a, LPARAM>,
) -> HWND