LoadCursorA

Function LoadCursorA 

pub unsafe fn LoadCursorA<P1>(
    hinstance: Option<HINSTANCE>,
    lpcursorname: P1,
) -> Result<HCURSOR>
where P1: Param<PCSTR>,