pub unsafe fn mciSendStringA<P0, P1>(
    lpstrcommand: P0,
    lpstrreturnstring: Option<&mut [u8]>,
    hwndcallback: P1
) -> u32
where P0: IntoParam<PCSTR>, P1: IntoParam<HWND>,